home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 123
/
(Vol 123) Jan 13 2011.iso
/
Games
/
action_fishing.swf
/
scripts
/
DefineButton2_32
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2011-01-13
|
118b
|
8 lines
on(release){
if(_root.pausa == false)
{
_root.gotoAndPlay("juego");
mysoundob.stop();
}
}